Open
Conversation
Replace Principal: "*" bucket policy with CloudFront service principal scoped to the distribution ARN. Enable S3 public access block and remove the unused S3 website configuration since CloudFront uses the REST endpoint with its function handling index.html rewrites.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Principal: "*"S3 bucket policy with CloudFront service principal scoped byAWS:SourceArn, so only the CloudFront distribution can access S3 objectsblock_public_acls,block_public_policy,ignore_public_acls,restrict_public_buckets)aws_s3_bucket_website_configuration— CloudFront already uses the REST endpoint with its function handling index.html rewritesTest plan
AWS_PROFILE=xczimi tofu -chdir=infrastructure planand confirm 2 updates + 1 destroytofu applyand verify success